home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineButton2_64 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  184 b   |  11 lines

  1. on(release){
  2.    set("../:Game","Pyramid2");
  3.    set("../:TotalLevel","5");
  4.    set("../:Pyramid","1");
  5.    tellTarget("../")
  6.    {
  7.       gotoAndStop("New");
  8.       play();
  9.    }
  10. }
  11.